Download OpenAPI specification:Download
A REST interface for state queries, legacy transactions
| sender | string <byte> |
object (Chain represents the properties of a registered blockchain) | |
| addr_prefix | string |
Array of objects | |
| cosmos_chain | string (TODO: Rename this to `chain` after v1beta1 -> v1 version bump) |
| ibc_path | string |
{- "sender": "string",
- "chain": {
- "name": "string",
- "supports_foreign_assets": true,
- "key_type": "KEY_TYPE_UNSPECIFIED",
- "module": "string"
}, - "addr_prefix": "string",
- "native_assets": [
- {
- "denom": "string",
- "is_native_asset": true
}
], - "cosmos_chain": "string",
- "ibc_path": "string"
}| sender | string <byte> |
| name | string |
| key_type | string Default: "KEY_TYPE_UNSPECIFIED" Enum: "KEY_TYPE_UNSPECIFIED" "KEY_TYPE_NONE" "KEY_TYPE_THRESHOLD" "KEY_TYPE_MULTISIG" |
| params | string <byte> |
{- "sender": "string",
- "name": "string",
- "key_type": "KEY_TYPE_UNSPECIFIED",
- "params": "string"
}| sender | string <byte> |
| chain | string |
| tx_id | string <byte> |
| amount | string <byte> |
| burner_address | string <byte> |
{- "sender": "string",
- "chain": "string",
- "tx_id": "string",
- "amount": "string",
- "burner_address": "string"
}| sender | string <byte> |
| chain | string |
object | |
object | |
| address | string <byte> |
| daily_mint_limit | string |
{- "sender": "string",
- "chain": "string",
- "asset": {
- "chain": "string",
- "name": "string"
}, - "token_details": {
- "token_name": "string",
- "symbol": "string",
- "decimals": 0,
- "capacity": "string"
}, - "address": "string",
- "daily_mint_limit": "string"
}| sender | string <byte> |
| chain | string |
| recipient_addr | string |
| asset | string |
| recipient_chain | string |
{- "sender": "string",
- "chain": "string",
- "recipient_addr": "string",
- "asset": "string",
- "recipient_chain": "string"
}| chain required | string |
| id required | string id defines an optional id for the commandsbatch. If not specified the latest will be returned |
| chain required | string |
| state required | string Enum: "TRANSFER_STATE_UNSPECIFIED" "TRANSFER_STATE_PENDING" "TRANSFER_STATE_ARCHIVED" "TRANSFER_STATE_INSUFFICIENT_AMOUNT" |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
Since: cosmos-sdk 0.43
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| address required | string address is the address to query balances for. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| address required | string address is the address to query spendable balances for. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| validator_address required | string validator_address defines the validator address to query for. |
| starting_height | string <uint64> starting_height defines the optional starting height to query the slashes. |
| ending_height | string <uint64> starting_height defines the optional ending height to query the slashes. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| grantee required | string |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| granter required | string |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| proposal_status | string Default: "PROPOSAL_STATUS_UNSPECIFIED" Enum: "PROPOSAL_STATUS_UNSPECIFIED" "PROPOSAL_STATUS_DEPOSIT_PERIOD" "PROPOSAL_STATUS_VOTING_PERIOD" "PROPOSAL_STATUS_PASSED" "PROPOSAL_STATUS_REJECTED" "PROPOSAL_STATUS_FAILED" proposal_status defines the status of the proposals.
|
| voter | string voter defines the voter address for the proposals. |
| depositor | string depositor defines the deposit addresses from the proposals. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| proposal_id required | string <uint64> proposal_id defines the unique id of the proposal. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| proposal_id required | string <uint64> proposal_id defines the unique id of the proposal. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| delegator_addr required | string delegator_addr defines the delegator address to query for. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| delegator_addr required | string delegator_addr defines the delegator address to query for. |
| src_validator_addr | string src_validator_addr defines the validator address to redelegate from. |
| dst_validator_addr | string dst_validator_addr defines the validator address to redelegate to. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| delegator_addr required | string delegator_addr defines the delegator address to query for. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| delegator_addr required | string delegator_addr defines the delegator address to query for. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| status | string status enables to query for validators matching a given status. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| validator_addr required | string validator_addr defines the validator address to query for. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| validator_addr required | string validator_addr defines the validator address to query for. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| last_height required | string <int64> last height of the current chain must be sent in request as this is the height under which next consensus state is stored |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| channel_id required | string channel unique identifier |
| port_id required | string port unique identifier |
| revision_number required | string <uint64> revision number of the consensus state |
| revision_height required | string <uint64> revision height of the consensus state |
| channel_id required | string channel unique identifier |
| port_id required | string port unique identifier |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| packet_commitment_sequences | Array of strings <uint64> list of packet sequences. |
| channel_id required | string channel unique identifier |
| port_id required | string port unique identifier |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| channel_id required | string channel unique identifier |
| port_id required | string port unique identifier |
| packet_ack_sequences required | Array of strings <uint64> non-empty list of acknowledgement sequences |
| channel_id required | string channel unique identifier |
| port_id required | string port unique identifier |
| packet_commitment_sequences required | Array of strings <uint64> non-empty list of packet sequences |
| connection required | string connection unique identifier |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| client_id required | string client identifier |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| client_id required | string client identifier |
| revision_number required | string <uint64> consensus state revision number |
| revision_height required | string <uint64> consensus state revision height |
| latest_height | boolean <boolean> latest_height overrrides the height field and queries the latest stored ConsensusState. |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |
| height required | string <int64> |
| pagination.key | string <byte> key is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set. |
| pagination.offset | string <uint64> offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set. |
| pagination.limit | string <uint64> limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app. |
| pagination.count_total | boolean <boolean> count_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set. |
| pagination.reverse | boolean <boolean> reverse is set to true if results are to be returned in the descending order. Since: cosmos-sdk 0.43 |